home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Komercni / razdva / razdva.exe / scripts / DefineButton2_73 / BUTTONCONDACTION on(press).as next >
Text File  |  2003-04-10  |  157b  |  5 lines

  1. on(press){
  2.    _root.scrollFunc = _root.scrollIt;
  3.    this.startDrag(false,this._x,_root.frameTop + 21,this._x,_root.frameTop + _root.frameHeight - 21);
  4. }
  5.